home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / TUTORIAL.BIN / ListLink.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-30  |  425 b   |  10 lines

  1. package symantec.itools.db.pro;
  2.  
  3. import symjava.sql.SQLException;
  4.  
  5. public interface ListLink {
  6.    void init(ListBinder var1);
  7.  
  8.    void notifyListChange(ListBinder var1) throws SQLException;
  9. }
  10.